Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632713 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/159 - Searcher

style.css cody/swapnilsparsh/30DaysOfJavaScript/159 - Searcher/style.css
129 Views
0 Comments
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");

body{
background-color: #fff;
background-size: 8px 8px, 8px 8px;
background-position: center, center;
background-image: linear-gradient(#ebf4f9 1px, transparent 1px),linear-gradient(90deg, #ebf4f9 1px, transparent 1px);
index.html cody/swapnilsparsh/30DaysOfJavaScript/159 - Searcher/index.html
305 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<title>Searcher App</title>
<link rel="stylesheet" href="./style.css">

readme.md cody/swapnilsparsh/30DaysOfJavaScript/159 - Searcher/readme.md
168 Views
0 Comments
Preview

![image](https://user-images.githubusercontent.com/72241207/168444506-17f55371-a407-4b27-86b0-1485b330fb06.png)

script.js cody/swapnilsparsh/30DaysOfJavaScript/159 - Searcher/script.js
172 Views
0 Comments

var createCards= function(arr){
for(var i in arr){
$(".cards").append(
'<a href=\'https://en.wikipedia.org/?\
curid=' + arr[i].pageid+ '\' target="_blank">\
<div class=\'card-container\'>\
<div class=\'card-text\'>\